From: Stuart Prescott Date: Tue, 18 Feb 2025 13:32:42 +0000 (+1100) Subject: Remove dependency from shiboken6_generator X-Git-Tag: archive/raspbian/6.10.3-2+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22stanciumarius94%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=b4e7b2914a43da6c7d76d6e80f52fc776a3a3bf1;p=pyside6.git Remove dependency from shiboken6_generator Breaks dh_python3 dependency calculation Gbp-Pq: Name 0010-Remove-dependency-from-shiboken6_generator.patch --- diff --git a/create_wheels.py b/create_wheels.py index 6f8d8812..d68b4cd5 100644 --- a/create_wheels.py +++ b/create_wheels.py @@ -186,7 +186,7 @@ def generate_pyproject_toml(artifacts: Path, setup: SetupData) -> str: _dependencies.append(f"shiboken6=={setup.version[0]}") _dependencies.append(f"PySide6_Essentials=={setup.version[0]}") elif _name == "shiboken6_generator": - _dependencies.append(f"shiboken6=={setup.version[0]}") + pass with open(artifacts / "pyproject.toml.base") as f: content = (